runtime.mcentral.fullSwept (method)

8 uses

	runtime (current package)
		arena.go#L977: 	h.central[spc].mcentral.fullSwept(h.sweepgen).push(s)
		mcache.go#L253: 	mheap_.central[spc].mcentral.fullSwept(mheap_.sweepgen).push(s)
		mcentral.go#L76: func (c *mcentral) fullSwept(sweepgen uint32) *spanSet {
		mcentral.go#L154: 				c.fullSwept(sg).push(s.mspan)
		mcentral.go#L236: 			c.fullSwept(sg).push(s)
		mgcsweep.go#L711: 			mheap_.central[spc].mcentral.fullSwept(sweepgen).push(s)
		mgcsweep.go#L764: 				mheap_.central[spc].mcentral.fullSwept(sweepgen).push(s)
		mgcsweep.go#L808: 		mheap_.central[spc].mcentral.fullSwept(sweepgen).push(s)